home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / prog_disc / volume_5 / issue_08 / boota / !BasicEdit / !Help < prev    next >
Encoding:
Text File  |  1991-12-07  |  1.5 KB  |  42 lines

  1. !BasicEdit
  2. ----------
  3.  
  4. This is a very simple application that provides a desktop front
  5. end to the Acorn Basic Editor (with the assistance of !BootA)
  6. (note that the RISC OS 3 version of !Edit will automatically
  7. tokenise/detokenise Basic programs so that the old Basic Editor
  8. and applications such as this are no longer necessary).
  9.  
  10. This application primarily consists of just two files:
  11.  
  12.  !RunA -  an OBEY file that starts up Basic specifying that the
  13.           file to be edited should be loaded; it also initialises
  14.           a couple of function keys, sets the current directory
  15.           to that containing the file to be edited and invokes
  16.           the !Init EXEC file.
  17.  
  18.  !Init -  an EXEC file used to invoke the Basic Editor once Basic
  19.           has started up.
  20.  
  21. The two function keys defined are:
  22.  
  23.  f2    -  set to "EDIT." so that it can be used to re-invoke the
  24.           Basic Editor after exiting from it to Basic (via
  25.           SHIFT-f4)
  26.  
  27.  f4    -  set to "*QUIT" so that it can be used to exit back to
  28.           the desktop environment after exiting from the Basic
  29.           Editor to Basic (via SHIFT-f4)
  30.  
  31. These function key definitions can be modified to suit your own
  32. requirements.
  33.  
  34. Drag a file to the !BasicEdit icon on the icon bar to load it
  35. into the Basic Editor for editing. Because the current directory
  36. is set to the directory containing the file, after editing it can
  37. be saved using just the filename (leafname) without any path
  38. information.
  39.  
  40. To create a new file just click on the !BasicEdit icon. This will
  41. leave the current directory unchanged.
  42.